home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_casm / pcl4c60.zip / USE_DPMI.H < prev    next >
Text File  |  1996-01-08  |  223b  |  9 lines

  1. void FAR PASCAL EnableVec(int,int,FARPROC,FARPROC);
  2. void FAR PASCAL DisableVec(int,int);
  3.  
  4. #ifdef __cplusplus
  5. extern "C" DWORD FAR PASCAL DPMI_GetVersion(void);
  6. #else
  7. DWORD FAR PASCAL DPMI_GetVersion(void);
  8. #endif
  9.